TextBuffer.moveMark

Moves @mark to the new location @where.

Emits the [signal@Gtk.TextBuffer::mark-set] signal as notification of the move.

class TextBuffer
void
moveMark

Parameters

mark TextMark

a GtkTextMark

where TextIter

new location for @mark in @buffer

Meta